Page 2 of 2

Re: Visual Strategy Builder

Posted: Mon Apr 27, 2020 1:27 am
by Jamlick266
How can I set a trailling stop loss of 30 pips and move my tp at the same time

Re: Visual Strategy Builder

Posted: Mon Apr 27, 2020 7:54 am
by FX Helper
Hello,

You can click on "Settings" button at the bottom left of the VSB webpage and you will find Trailing Stop options there.
Then enter 30 to the "Trailing Stop Pips" field, enter a necessary value to the "Trailing Stop Step Pips" and then activate "Move Take Profit" option.
Then click "Save".
This should help.

Re: Visual Strategy Builder

Posted: Wed Jun 10, 2020 7:35 am
by smayuran2001
HI

Is it possible to create price action based conditions in visual strategy builder?

can i find pin bars and engulfing bars ?

Re: Visual Strategy Builder

Posted: Thu Oct 01, 2020 8:12 pm
by OrigeNe
Hi,

How do I add more Global Parameters in my EA instead of just Trailing Stop options?

Can I add things like Lot Size, Risk Factor, SL, TP etc...?

Re: Visual Strategy Builder

Posted: Sat Oct 03, 2020 2:34 am
by FX Helper
Hello,

For now, only Trailing Stop can be added as the Global Parameter.
Other parameters need to be changed from the VSB webpage.

Re: Visual Strategy Builder

Posted: Mon Oct 05, 2020 8:01 am
by OrigeNe
Question #1
How can I rewrite the code to let user able to input Global Parameters like LotSize, TP or SL? extern double TakeProfit = 20; then replace the '0' with 'TakeProfit'?

Question #2
For conditions, i realized there's only AND and OR... any IF functions? If not, how to I write it into the codes? Any example where I can study and try? (I'm not a programmer. Learning on my own.)

Questions #3
What are the ways where I can input data or condition regarding price breaking support, breaking resistance, pullbacks, hitting off support etc? I tried to put in self download Support & Resistance.mq4 and set conditions as Price crosses Top to Bottom S&R... it didnt work...

Re: Visual Strategy Builder

Posted: Tue Dec 15, 2020 2:28 am
by sanforexuytin
How can I set a trailling stop loss of 20 pips and move my tp at the same time

Re: Visual Strategy Builder

Posted: Tue Dec 15, 2020 6:46 am
by FX Helper
Hello,

Trailing Stop is a Global Parameter in the Visual Strategy Builder. It should be set for the whole strategy, not for separate rules.

To set a Trailing Stop, please click on the gear at the top left of the window, then choose the Global settings and change the value of a Trailing Stop and value of Step.