Forum

low latency <1ms or 50-100ms

Can someone tell me if its give a big difference for your EA if you are using some VPS for example that will get some <1ms latency or when you are using 50-100ms latency the bid/ask you see will be different , it can differ few pips between it ? Or there is not really a big difference and won't give

PlacePendingorder

Hello, //--- check new resistance double prevResistance = symbols[s].lastResistance; symbols[s].lastResistance = SR(symbols[s].name,Timeframes[t].period, 4 , 0 ); //--- new resistance ? if (prevResistance!= 0 &&

Lines drawed

Hello, I got some indicator that gives the high and the low from peroid of 24hours so 1day , but it keeps refreshing , if the price hits the high it moves the line higher etc , but i want to be it fixed for example from 3hour to 3hour , and when it gets a new day only then it needs to refresh the

EA Time based help

Hello, some standard time based buy/sell. for example at 10:00:00 he buys/sells that is easy but i wonder if you can put a pending order buy/sell the moment that the time is 10:00 with the high/low bar from previous 1hour bar, i guess with this code you can get the the high from the previous bar

Time based EA

Hello, below you can see some standard time based buy/sell. for example at 10:00:00 he buys/sells, but i wonder if you can put a pending order buy/sell the moment that the time is 10:00 with the high/low bar from previous 1hour bar, i guess with this code you can get the the high from the previous