Technical Question Help...

 
How can I Poll action when i reach T/P Value?
 
eyal:
How can I Poll action when i reach T/P Value?

Okay. T/P stands for take profit.

What does "How can I Poll action" mean then?

 

yes, i mean take profit

i what to send new order when i reach the the take profit value

 
eyal:

yes, i mean take profit

i what to send new order when i reach the the take profit value


There's no difficulty in the logic you need.

Just maintain a variable within your code which holds the takeprofit value when the order is created.

Then on each subsequent incoming tick, perform a comparison of the current price with that variable and react accordingly.

 
cloudbreaker wrote >>

What does "...Poll action.." mean then?

Glad you asked CB, I'd been wondering about that myself :D

-BB-

 
Tnx...:)
Reason: