Reply

S/L and T/P does not work in the robot

2 replies

Alireza Nourany

Subscriber, bbp_participant, 5 replies.

Visit profile

3 years ago #267808

The specified interval of S/L and T/P does not work in the robot and is not observed in the List of Trade. Also, in Source Code I have this:

extern string smmslpt = “———– Min/Max SL/PT ———–“;
extern int MinimumSL = 0;   //Minimum SL in pips
extern int MinimumPT = 0;   //Minimum PT in pips
extern int MaximumSL = 0;   //Maximum SL in pips
extern int MaximumPT = 0;   //Maximum PT in pips

Please help me and guide me what is my mistake?

 

 

Attachments:
You must be logged in to view attached files.

0

hankeys

Customer, bbp_participant, community, sq-ultimate, 487 replies.

Visit profile

3 years ago #267816

this working, but you must understand why – if you have only fixedpips in your strategies, you can have zeros in trading options, because fixed pips will always be only a fixedpips nothing more

but if your SL or TP are defined by ATR or indicator your SL and TP values in pips will be always different and if you want to hold them in some “normal” ranges we are using those min/max values in trading options

You want to be a profitable algotrader? We started using StrateQuant software in early 2014. For now we have a very big knowhow for building EAs for every possible types of markets. We share this knowhow, apps, tools and also all final strategies with real traders. If you want to join us, fill in the FORM.

0

Alireza Nourany

Subscriber, bbp_participant, 5 replies.

Visit profile

3 years ago #267818

Thanks a lot

 

0

Viewing 2 replies - 1 through 2 (of 2 total)