The spread doesn't really affect bot can and does affect the trade, generally if our stoop is set far enough away from the open, it shouldn't cause you early stops and unnecessary loss of funds.
Posts made by jstap
-
RE: standard account vs raw accountposted in Questions & Answers
-
RE: fxDreema based copierposted in Questions & Answers
This should work but the open price variable should be a string (a name you want to call the global variable), same name for sender and receiver. Value you are sending/receiving is stored in the global variable, not a local one, though you could send/receive local variable data, but it will be sent to the global
-
RE: Calculate the sum of profitsposted in Questions & Answers
Yes but no because you didn't set the variable to 0 before starting the loop:

-
RE: Calculate the sum of profitsposted in Questions & Answers
modify a variable to 0 - for each trade/position - check profit (>0) - formula block (add in loop trade profit)
-
RE: Indicators Used by the EA doesn't show on the Chartposted in Questions & Answers
save a template with all indicators etc and add, there is a block "apply template" that will add (only works on live chart)
-
RE: help two indicatorposted in Questions & Answers
Just ask AI:
Quick Answer:
The Average Directional Index (ADX) and the Average Directional Movement Index (ADX Wilder) are essentially the same indicator conceptually, both created by J. Welles Wilder Jr. in 1978. The difference lies in calculation methods used by trading platforms: Wilder’s original formula uses his own smoothing technique (Wilder’s Moving Average), while some modern platforms implement ADX using standard moving averages (like EMA or SMA).
Core Concept- Inventor: J. Welles Wilder Jr. introduced the Directional Movement System in his book New Concepts in Technical Trading Systems (1978).
- Components:
- +DI (Positive Directional Indicator) → measures upward movement.
- –DI (Negative Directional Indicator) → measures downward movement.
- ADX (Average Directional Index) → measures trend strength, regardless of direction.
-
RE: Horizontal lines are not stopingposted in Questions & Answers
as i said and showed in my picture under the if trade will stop all blocks below running... how is that supposed to do anything if no trade is placed...when testing how things work the less used blocks the better...if this is just part of a larger project say what this is doing and why
-
RE: How to Find PEAK Highs and PEAK Lowsposted in Questions & Answers
this is not simple, you need a set reason to class a new high low, the ZigZag for example does this, but as with most indicators it is lagging, in various signals there is new top/bottom inn trend, test these and see if they are any good to you.
-
RE: Horizontal lines are not stopingposted in Questions & Answers
To share a link open in your web browser, and copy/past your address bar.
No lines can draw under a if trade, these blocks are for working with an already placed trade:

-
RE: TRADE LOOPED TOGETHERposted in Questions & Answers
there is on the on trade tab, or position closed... by TP is inside the block
-
RE: TRADE LOOPED TOGETHERposted in Questions & Answers
on trade tab, trade closed by TP - close all
-
RE: TRADE LOOPED TOGETHERposted in Questions & Answers
You can check profit of all running trades, then close all with a check profit (unrealised) block.

-
RE: Horizontal lines are not stopingposted in Questions & Answers
Add a shared link to see how you have things set, probably stop redrawing, and draw once per bar
-
RE: London Breakout EA NOT SETTING PEnding ORDERSposted in Questions & Answers
Setting in the buy/sell block will work, you have all the tools to complete what you need, now run on backtest, change what you think needs changing, and test again.
-
RE: London Breakout EA NOT SETTING PEnding ORDERSposted in Questions & Answers
the variables will hold the price value to put the order on, use the time filter to ensure order isn't placed until after Asian close, and delete if not activated so you can start a fresh the next day,
-
RE: London Breakout EA NOT SETTING PEnding ORDERSposted in Questions & Answers
Create 2 variables, I have not set the correct times:

-
RE: X pips awayposted in Questions & Answers
Try cross above/below, or set a pending order on the value
-
RE: X pips awayposted in Questions & Answers
that is what it does, maybe explain more on how this should work
