π
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
Us30 and Xauusd Hedging ScalperForex MT4.rar
174.6 KB
β€βπ₯9π4β€3π₯2π1
MMXM.pdf
15.3 MB
π
Please open Telegram to view this post
VIEW IN TELEGRAM
β€βπ₯5β€2π₯2π₯°2π1
π
Please open Telegram to view this post
VIEW IN TELEGRAM
β€βπ₯5π3π₯2β€1
GARRY'S AI uses a combination of many technical indictors including fibonacci, support and resistance, RSI, bollingerbands, wick detection, and significant candle sizes for determining the entries on both sides. There is no grid trading in this strategy.
This EA includes setfiles for 4 levels of risk tolerance. These levels include: Prop Trading, Conservative, Moderate and Aggressive.
If youβre wanting to use this EA to pass challenges, we have setfiles that can yeild close to 100% annually without breaching a drawdown of 4%.
Timeframe H1
π
Please open Telegram to view this post
VIEW IN TELEGRAM
π7β€βπ₯5π₯°2β€1π₯1π1
GARRYβS AI EA MT4 V3.rar
375.5 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
β€βπ₯5β€4π₯3π₯°3
ICT Core Mentorship Month 10 Notes.pdf
52.8 MB
π
Please open Telegram to view this post
VIEW IN TELEGRAM
β€βπ₯5π2π₯°2π2β€1π₯1π1
Simple Forex Tools
Indicator Support and Resistance TLB OC v02
Support and Resistance TLB OC v02.mq4
18.1 KB
β€βπ₯6π₯3π₯°2β€1π1
Lenaβs robot avoids large stop-loss levels, Martingale, and grid trading. Instead, it features a dynamic stop-loss system that adapts to market conditions.
AI-driven analysis supports identifying key market opportunities, aligning with its carefully designed strategy.
This automated trading solution is based on a robust, well-tested approach crafted by experienced traders, offering reliability and efficiency.
It does not use a large loss limit, whenever it detects that the order is not valid for activation, it exits at the lowest loss, and closes the trade (which is an artificial intelligence detection) in the live account.
π
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π7β€βπ₯5β€2π₯2π₯°2π1