🎊
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4❤🔥3🔥2🥰2❤1👏1
DexterrFX - SMC Bible.pdf
7.2 MB
🎊
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2👍2🔥1🥰1👏1
Please open Telegram to view this post
VIEW IN TELEGRAM
👍17❤2👏2👌2❤🔥1
Forwarded from SimpleForex Experts
This media is not supported in your browser
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❤🔥2👏2❤1👍1🔥1🥰1
🎊
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5❤🔥3❤1🔥1🥰1👏1👌1
🎊
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❤🔥6👍3🤯2❤1🔥1👏1
Ronz SLTP MT5.mq5
17.8 KB
for those who asked ea for auto trail TP/SL you can use it
Auto TP
auto SL
auto tralling
MT4 version: https://t.me/simpleforextools/2180
Auto TP
auto SL
auto tralling
MT4 version: https://t.me/simpleforextools/2180
❤🔥5❤4🔥4👍3👌2👏1
Forwarded from Simple Forex Tools
It's crypto wallet with MasterCard bank card. You can pay with your crypto at any store that accepts Mastercard with NFC with virtual card. Residents of the European Union can receive a physical card
available for EU citizens
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❤🔥5❤3👍3👏1🤔1
Donchain Scalper MT5.rar
58.4 KB
Donchian Channel Scalper EA - Input Variables Explanation
=================================================
‼️ ‼️ DEFAULT SETTINS ARE NOT RECOMMENDED THIS LIST IS TO HELP YOU OPTIMIZE ‼️ ‼️
TRADE SETTINGS
-------------
InpVolumeMode (VOLUME_LOTS/VOLUME_MONEY)
- Controls how position size is calculated
- VOLUME_LOTS: Uses fixed lot size specified in InpVolume
- VOLUME_MONEY: Calculates lots based on risk money specified in InpVolume
InpVolume (default: 0.1)
- If VOLUME_LOTS: Specifies the fixed lot size for trades
- If VOLUME_MONEY: Specifies the amount of money to risk per trade
InpTpPercent (default: 0.5)
- Take Profit level as a percentage of entry price
- Set to 0 to disable Take Profit
- Example: 0.5 means TP will be 0.5% away from entry
InpSlPercent (default: 0.3)
- Stop Loss level as a percentage of entry price
- Example: 0.3 means SL will be 0.3% away from entry
InpTslTriggerPercent (default: 0.2)
- Profit percentage required to activate trailing stop
- Set to 0 to disable trailing stop
- Example: 0.2 means trailing stop activates at 0.2% profit
InpTslPercent (default: 0.1)
- Distance of trailing stop from current price as percentage
- Example: 0.1 means trailing stop follows price at 0.1% distance
InpTslStepPercent (default: 0.05)
- Minimum price movement required to update trailing stop
- Prevents too frequent trailing stop updates
- Example: 0.05 means price must move 0.05% for trail update
TURTLE EFFECT SETTINGS
---------------------
InpMaxPositions (default: 4)
- Maximum number of positions allowed for pyramiding
- Controls how many times the EA can scale into a trade
InpScaleInPercent (default: 0.2)
- Required price movement for scaling into positions
- Example: 0.2 means price must move 0.2% in profit to add position
InpMaxRiskPercent (default: 2.0)
- Maximum total risk allowed as percentage of balance
- Prevents overexposure when scaling into positions
- Example: 2.0 means total risk cannot exceed 2% of balance
InpPositionSizeMultiplier (default: 1.5)
- Multiplier for position size when scaling in
- Example: 1.5 means each new position is 1.5x the previous one
SIGNAL SETTINGS
--------------
InpTrigger (TRIGGER_TICK/TRIGGER_M1/TRIGGER_DC_BARS)
- Controls when the EA checks for trade signals
- TRIGGER_TICK: Checks on every price tick
InpDcTimeframeChecks on 1-minute candle close
- TRIGGER_DC_BARS: Checks on Donchian Channel timeframe close
InpDcTimeframe (default: PERIOD_H1)
- Timeframe used for Donchian Channel calculation
- Example: PERIOD_H1 uses 1-hour candles
InpDcPeriod (default: 20)
- Number of periods used for Donchian Channel calculation
InpMagice: 20 means highest high and lowest low of last 20 periods
MORE SETTINGS
------------
InpMagic (default: 123456)
- Unique identifier for trades placed by this EA
- Used to distinguish trades from other EAs
InpCommentary (default: "Donchain_Channel")
- Comment added to trades for identification
- Useful for tracking trades in terminal
=================================================
TRADE SETTINGS
-------------
InpVolumeMode (VOLUME_LOTS/VOLUME_MONEY)
- Controls how position size is calculated
- VOLUME_LOTS: Uses fixed lot size specified in InpVolume
- VOLUME_MONEY: Calculates lots based on risk money specified in InpVolume
InpVolume (default: 0.1)
- If VOLUME_LOTS: Specifies the fixed lot size for trades
- If VOLUME_MONEY: Specifies the amount of money to risk per trade
InpTpPercent (default: 0.5)
- Take Profit level as a percentage of entry price
- Set to 0 to disable Take Profit
- Example: 0.5 means TP will be 0.5% away from entry
InpSlPercent (default: 0.3)
- Stop Loss level as a percentage of entry price
- Example: 0.3 means SL will be 0.3% away from entry
InpTslTriggerPercent (default: 0.2)
- Profit percentage required to activate trailing stop
- Set to 0 to disable trailing stop
- Example: 0.2 means trailing stop activates at 0.2% profit
InpTslPercent (default: 0.1)
- Distance of trailing stop from current price as percentage
- Example: 0.1 means trailing stop follows price at 0.1% distance
InpTslStepPercent (default: 0.05)
- Minimum price movement required to update trailing stop
- Prevents too frequent trailing stop updates
- Example: 0.05 means price must move 0.05% for trail update
TURTLE EFFECT SETTINGS
---------------------
InpMaxPositions (default: 4)
- Maximum number of positions allowed for pyramiding
- Controls how many times the EA can scale into a trade
InpScaleInPercent (default: 0.2)
- Required price movement for scaling into positions
- Example: 0.2 means price must move 0.2% in profit to add position
InpMaxRiskPercent (default: 2.0)
- Maximum total risk allowed as percentage of balance
- Prevents overexposure when scaling into positions
- Example: 2.0 means total risk cannot exceed 2% of balance
InpPositionSizeMultiplier (default: 1.5)
- Multiplier for position size when scaling in
- Example: 1.5 means each new position is 1.5x the previous one
SIGNAL SETTINGS
--------------
InpTrigger (TRIGGER_TICK/TRIGGER_M1/TRIGGER_DC_BARS)
- Controls when the EA checks for trade signals
- TRIGGER_TICK: Checks on every price tick
InpDcTimeframeChecks on 1-minute candle close
- TRIGGER_DC_BARS: Checks on Donchian Channel timeframe close
InpDcTimeframe (default: PERIOD_H1)
- Timeframe used for Donchian Channel calculation
- Example: PERIOD_H1 uses 1-hour candles
InpDcPeriod (default: 20)
- Number of periods used for Donchian Channel calculation
InpMagice: 20 means highest high and lowest low of last 20 periods
MORE SETTINGS
------------
InpMagic (default: 123456)
- Unique identifier for trades placed by this EA
- Used to distinguish trades from other EAs
InpCommentary (default: "Donchain_Channel")
- Comment added to trades for identification
- Useful for tracking trades in terminal
Please open Telegram to view this post
VIEW IN TELEGRAM
👍8❤🔥5❤3🔥2👏1🤔1
🎊
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍6❤🔥5🔥3❤2🥰1👏1👌1