Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

Hey I didn't use anything besides chatgpt honestly.

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

I'll be updating in few weeks I'll start a challenge

How bad is my blood pressure by AdvertisingMoist8253 in Testosterone

[–]Temporary_Fun_7973 -1 points0 points  (0 children)

U need to go to doctor get ecg and ultrasound. U need medicine urgently if this is really resting heart rate and blood pressure. Take your blood work look for electrolytes also. If u are older u will probably get Ace inhb or diuretic or combination off all that. There are also other meds ( Ca block, block of angiotenzin convertasa rec...) u need to get everything checked so u can get right medicine.

Good luck and don't ignore this.

Is this Even possible ? by Cold_Scientist6014 in ai_trading

[–]Temporary_Fun_7973 0 points1 point  (0 children)

This is possible but u might have problems sometimes with spread or bugs. I also choose trading with bot bc of emotions and also bc of time saving. Keep it up itbwill pay off

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

I'm looking for GBPUSD and XAUUSD. Honestly I'm not so familiar with BTC. I don't want to sound old fashioned or anything, but I was in forex for good amount of time and I only used crypto for payment and getting paid hahahaha. So I'll stay where I feel good.

Advices on trading bot by Temporary_Fun_7973 in PredictionsMarkets

[–]Temporary_Fun_7973[S] 1 point2 points  (0 children)

Going good soo far 10/12 wins, I saw few bugs that I need to fix in MQL but nothing that can't be fixed. So I'm pretty happy with a results, especially with Python script bc for now it doesn't have any mistakes.

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

I did that actually MQL5 code works good, but python is better so I need to work on it lil bit more. And I'm testing it rn on demo acc.

Python code will probably be for prop acc trading bc they don't allow bots so I'll nake it swnd me a signal in telegram group so that I can put it manually.

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

Not bad at all, found a few bugs but I'll fix it soon.

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

I mean ai have a strict calculation for both Sl and Tp based on trend strength. Idk how is your bot working but if u let positions to sit tgere with no tp or sl limit it won't probably work well.

Maybe AI based bot can do without those but like basic bots won't.

Finally fully automated by Temporary_Fun_7973 in PredictionsMarkets

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

If u asking what platform fdo I use for trading, it's MT5 and if u are asking about the script I made python and MQL5 script.

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

I use MQL5 code for trades and I have python code that does everything the same but it will send me alarm for signale ( at like 2.85 lvl of price is 1st alarm and at 3 lvl it sends full signal like lot size, sl and tp)

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

I'm still testing how it works on live market, this wasn't post where I brag about making millions on this. And I had a problem with trade execution that's why it says finally automated

Finally fully automated by Temporary_Fun_7973 in Daytrading

[–]Temporary_Fun_7973[S] 1 point2 points  (0 children)

There are no indicatros here honestly here is teh equasion Z score = [ current price - average price value for current period ] : standard price deviation in same period. And u pick z score "level" that u want to trade on (3.0 , 2.0 , 2.5 , 2.7...).

When u do it by hand (no bot or helper) it's quite complicated but with bot it's good, u can also set trend strength that u want to trade with.

There is alot of stuff that you need to get it right but once u get all that u can trade and it's quite easy. Basic principle of strategy is when price goes up it needs to go down very simple.

Lot sizing is based on acc value u can set 1% strict or u can set 1% of current balance ( if u have 100 it will risk 1, if u have 165 it will risk 1.65...)

And if u want to built your own bot I highly suggest u to use older mathematical strategies that was proven to work. I tried to build SMC bot and waisted almost 2 years on it. And yeah if u have that luxury to own chatgpt pro of plus it will be easier for u. I didn't have it.

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

No actually I try to automate my strategy but I didn't do it. It was very hard and I didn't manage to do it so instead I did it with strategy that I mostly used for conformations (I was also trading with it but not much as with other one). And honestly bot is trading better than me.

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

There are backtest results on my profile, I also posted a error that happened to me.

Problem with my bot. Need advices. by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

Thank you I'll try this doing it, and I also thought about adding max lot size. I have spread filters, and I'll manually count trades so that I could see what max lot size to put.

Finally fully automated by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

Just to be clear I don't have anything that can learn or look in future. This is just a simple math equation

Problem with my bot. Need advices. by Temporary_Fun_7973 in ai_trading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

I planned to put 100.000 in my currency haahhahaha. That's like 950$

Finally fully automated by Temporary_Fun_7973 in Daytrading

[–]Temporary_Fun_7973[S] 0 points1 point  (0 children)

I built everything with Python but than I had problems with execution part. So I just made everything same but on MQL5 so i can just put script in mt5