Hello, i am immensely interested in this project and developing my own strategies using lite c.

i am testing out my understanding of opening trades using the following codes:

if (priceClosed(0)>buypoint) and (priceLow(0)>buypoint) enterLong(1,buypoint) where buypoint is some 10-20 pips away..

the strategy keeps opening new trades at the next candle...without the tick price at or near buypoint... Can someone enlighten ?

How should i code to know the status of the enterLong ?

Lastly, how and where do i get in touch with service providers who code strategy ?

Many thanks !