- amerul.trader: what is the logic that Im missing??Why do you think you are missing something?
- What is the difference between buytriggered==true and price!=0?
- Why do you think you are missing something?
- What is the difference between buytriggered==true and price!=0?
buytrigger & price is to initiate and reset the value..
but its not working the Ask price will always took the current Ask
buytrigger & price is to initiate and reset the value..
but its not working the Ask price will always took the current Ask
-
buytriggered && price>0
I asked "what is the difference?" Answer the question. - It is working. You can only buy at the Ask.
Why you need to store price if condition meets?
theres 2 condition.. if rsi >90 i dont want it to execute first but i want the static price when it trigger the condition.then use the static price minus another 70 pips to execute the order.
theres 2 condition.. if rsi >90 i dont want it to execute first but i want the static price when it trigger the condition.then use the static price minus another 70 pips to execute the order.
theres 2 condition.. if rsi >90 i dont want it to execute first but i want the static price when it trigger the condition.then use the static price minus another 70 pips to execute the order.
nope.. i want it to execute as market order..not pending order
- I asked "what is the difference?" Answer the question.
- It is working. You can only buy at the Ask.
no different. both logic are same i think..can either use 1 only.
So you can create static array
why do you suggest with array? can you provide example?
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I tried to lock the bid price but it did not work
I dont want the condition to execute first..i want it to capture the price first and when the price is below 70 pips then it trigger the condition..
what is the logic that Im missing??
your help are really appreciate thank you!