Page 22 of 24

Re: Strategy Builder

PostPosted: Tue Oct 31, 2017 3:48 am
by Apprentice
I failed to reproduce.
I tested within Backtester and Simulator.

Can you send Crash Report along with the settings used to my email.
mario(.)jemic(@)gmail(.)com

U will find it in
..\Program Files (x86)\Candleworks\FXTS2\crash
Capture.PNG

Make sure to copy it before TS restart.

After restart, the folder will be deleted.

Re: Strategy Builder

PostPosted: Sun Nov 05, 2017 2:17 pm
by guangho
Apprentice wrote:I failed to reproduce.
I tested within Backtester and Simulator.

Can you send Crash Report along with the settings used to my email.
mario(.)jemic(@)gmail(.)com

U will find it in
..\Program Files (x86)\Candleworks\FXTS2\crash
Capture.PNG

Make sure to copy it before TS restart.

After restart, the folder will be deleted.


Hi,Apprentice,
Can you look at this article?
viewtopic.php?f=28&t=65097

I know the reason for the "Marketscope Bug"...
example:
function ExtAsyncOperationFinished(cookie,success,message)
if cookie == 200 and not success then
terminal:alertMessage(instance.bid:instrument(),instance.bid[NOW], "Open order failed !" .. message, instance.bid[NOW]);
elseif cookie == 200 then
terminal:alertMessage(instance.bid:instrument(), instance.bid[NOW], "Open order true !" .. message,instance.bid[NOW]);
end
end

The "ExtAsyncOperationFinished(cookie,success,message)" return the "message" is an nil.
SO:
function ExtAsyncOperationFinished(cookie,success,message)
if cookie == 200 and not success then
terminal:alertMessage(instance.bid:instrument(),instance.bid[NOW], "Open order failed !" .. message, instance.bid[NOW]);----can run
elseif cookie == 200 then
terminal:alertMessage(instance.bid:instrument(), instance.bid[NOW], "Open order true !" .. message,instance.bid[NOW]);----Will not run
end
end

When:
function ExtAsyncOperationFinished(cookie,success,message)
if cookie == 200 and not success then
terminal:alertMessage(instance.bid:instrument(),instance.bid[NOW], "Open order failed !" .. message, instance.bid[NOW]);----can run
elseif cookie == 200 then
terminal:alertMessage(instance.bid:instrument(), instance.bid[NOW], "Open order true !",instance.bid[NOW]);----can run
end
end

How can i return the requestId?

Re: Strategy Builder

PostPosted: Tue Nov 21, 2017 7:11 am
by Apprentice
Sent to development team.

Re: Strategy Builder

PostPosted: Wed Nov 22, 2017 1:37 pm
by Paul W
Could you add:

Two Tick Timed Movinges Cross.lua
viewtopic.php?f=17&t=63125&hilit=TWO+TICK+TIMED+MOVINGES+CROSS

and

Tick Time Frame Distance from the moving average with Alert.lua
viewtopic.php?f=17&t=61337&hilit=DISTANCE+FROM+THE+MOVING+AVERAGE+WITH+ALERT

to the supported Indicator list

Thanks

Re: Strategy Builder

PostPosted: Thu Nov 23, 2017 1:40 pm
by Apprentice
Your request is added to the development list, Under Id Number 3959

Re: Strategy Builder

PostPosted: Fri Nov 24, 2017 8:04 am
by fxninja33
Hi Apprentice,
Please can you add the "Close on opposite" functionality?

Thanks,

Re: Strategy Builder

PostPosted: Sun Jan 07, 2018 8:52 am
by Apprentice
The strategy was revised and updated.

Re: Strategy Builder

PostPosted: Mon Jun 11, 2018 8:13 am
by maurice4444
I use your BUILDER strategy. I would like to know if it is possible to add the SAR HEAT MAP and MTF MCP CCI HEAT MAP and GHLA ST BAR
for when the 3 are red he sells and when the 3 are green he buys ??

Re: Strategy Builder

PostPosted: Mon Jun 11, 2018 10:07 am
by maurice4444
hello, I do not understand why this strategy closes the other positions I have open? Is there something to do?

Re: Strategy Builder

PostPosted: Tue Jan 12, 2021 6:23 pm
by jaminjermaine
Can you up the limit for the "Trade amount in lots"? It is only limited to 100k