Using Price Picker from a DLL

How to create strategies and indicators
Message
Author
Gorkhaan
Posts: 1
Joined: Sun Jun 08, 2014 9:12 am

Using Price Picker from a DLL

#1 Postby Gorkhaan » Sun Jun 08, 2014 9:21 am

Hi,

I was wondering if I can somehow use the price picker function of ForexTester?
Here is what I want to achieve:

Developing 2 scripts (Sell and Buy version). I want to modify all opened orders stoplimit at once to a price, lets call this varNewSLPrice variable.
I was hoping that I can use the Price Picker to get the SL from the chart itself.

Algorithm would look like this:

MoveAllSellStopLimit.dll

Code: Select all

double varNewSLPrice;
varNewSLPrice = PricePickerFunction();
foreach ( OpenOrders() ) {
if (Order[i].type == SELL) {
// Modifying all Sell order's stoplimit tp "varNewSLPrice"
}
}


Same goes for the Buy side.

My question is:
Can I call the PricePicker function and use it somehow please? I couldn't find any trace of it unfortunately.

Price Picker screenshot here:
Image


Thanks in advance.

FX Helper
Posts: 1479
Joined: Mon Apr 01, 2013 3:55 am

Re: Using Price Picker from a DLL

#2 Postby FX Helper » Tue Jun 10, 2014 2:58 am

Hello,

No, you can't call Price Picker function.


Return to “FT API”

Who is online

Users browsing this forum: No registered users and 29 guests