Forum

How can when my EA gives me alerts i could have notifications from mt5 on my phone?

Hi, I was wondering if it was possible when my EA gives me alerts i could have notifications from mt5 on my phone? Is it possible

Difference between Void OnInit and Void Ontick

I tought at the begining Void OnTick was used for detect new change of price per exemple when the begening's price was at 1.00 and then go at 1.01 you have a new detection bc its a new Tick But for OnInit i tought it detect every new candle on the chart? Can somebody clear me out

Ea opening plenty of trades instead of one per conditions

Hi, I've coded all my indicators and everything is working only when im backtesting my strategy the ea opens more than one trade because the conditions remain valid Could someone help me out that it would open only trade per valid conditions? Here my code for opening trades

Is it possible that it trade only one time per condition?(Only one trade per signal)

HI, I wanted t know if someone can help me out all my script is done but when i put on backtesting the EA open more than one trade when the conditions are good My conditions are if CCI > 100 and when the candles of the chart are over the moving average it's a buy signal But when the buy signal is

Bot wait before a Reversal Trend?

Hi, I wanted to know if its possible that the EA wait the reversal before re placing another trade if my Buy Signal is when CCI is over 100 And Sell Signal is when CCI is below =100 Example When the CCI will hit 100, my EA will place an Buy Trade But i dont want it after it hit the SL or TP that

Script dont give any signal to the bot?

Hi, I built this bot but when i try out this bot on the strategy tester , didint work out at all, like its didnt give any signals for the oppurtinty ''Buy'' Can somebody help me to find the error? Thank you