[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 115
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
How the hell can the conditionif (OrderType()==SELL) not be met? if the order is Sell?
The hell he knows, but where isOrderSend? There'sOrderModify! Probably zero is the price stays the same!
Exactly OrderModify. I wish I knew for sure if it's like that or maybe... :) Can anybody confirm this assumption? I thought so too, when looking at the code, but the documentation usesOrderOpenPrice() to keep the price the same.
to avoid compiler optimization - this construction is incorrect,
as we do not know what will be checked first - OrderSelect or OrderCloseTime
How is it correct?
What's the right way?
Good evening, Gurus, help me put together a function for an EA.
For trading on short term highs and lows
Larry Williams, if( Low[1]<Low[2]>Low[3]) -buy
if(High[1]>High[2]<High[3]- продажа
1,2,3 previous bars from the current 0
Good evening, Gurus, help me put together a function for an EA.
For trading on short term highs and lows
Larry Williams, if( Low[1]<Low[2]>Low[3]) -buy
if(High[1]>High[2]<High[3]- продажа
1,2,3 previous bars from the current 0
Have you tried fractals?