The only part that is a little different is 18.14, as I re read everything and was not clear enough.
18.14) Recording the Entry
Position
Every time
Tatooine gets into a new position, it writes the position to a file
called LogFileTxt.txt in the files folder.
*****EntryPostionName*****
EntryName:Tatooine
EntryTimeFrame:1440
This information
should be written to LogFileTxt.txt
"01_Tatooine","GBPUSD",1440,
1.4187,"LONG","STOP","1.4181"
In other words:
"POSITION_ENTRYNAME",
"ASSET",
TIMEFRAME NUMBER,
PRICE,
"DIRECTION",
"STOP", (The Word STOP is
the variable Name)
"STOPLOSS" (The actual
stop loss number is the value here)
Thus,
if Tatooine enters long a second time in a row, we should see a
"02_Tatooine" entry.
UPDATE for
Tatooine V 1.0 - Clarification on ONLY NATURAL STOPS for positions
that are not TAKEN.
In other words, Let's say the Tatooine buy
algorythm has started going along untill it gets to position 01 Long
1D GBPUSD. However, let us further suppose that the Position is set
to 2. This means that Tatooine will NOT be investing in position 1.
Another Example: if SELL ONLY is set to true, then Tatooine will NOT
be investing in in any Long positions, OK?
When Tatooine does
not invest in a position, it does not have to set a fixed stop, or
add additional pips to a natural stop, or use a jump stop. Instead,
it only has to record the natural stop to the log.
Remember,
the Natural Stop is written in the SmallBuy.txt and SmallSell.txt
files, like this:
2016.04.18 12:35, 1.41870,
1.41811
DATE TIME, ENTRY PRICE, NATURAL STOP
LOSS PRICE
When a natural stop is taken, Tatooine prints the
following:
01 Long GBPUSD 1D 2016.04.18 12:35, 1.4187 was not
taken, just recorded.
The natural stop was 1.41811. If this
virtual stop is hit, Tatooine will move on to
take postion 02.
So, instead of placing a stop with
the broker, Tatooine remembers the virtual stop of
1.41811
If the position is LONG and the
price falls BELOW this number, then the virtual stop has been hit. If
the position is SHORT and the price rises ABOVE this number, then the
virtual stop has been hit.
Tatooine reports like this:
01 Long GBPUSD 1D 2016.04.18 12:35,
1.4187 has hit the virtual stop of 1.41811 and so is now searching
for position 02
비슷한 주문
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
I have existing compiled indicator and script files (EX4) and would like to have them recreated in both MQL4. ⚠️ Important: This project is NOT for decompiling or reverse engineering. Instead, the goal is to: Analyze the behavior and output of the provided files Recreate equivalent functionality from scratch Deliverables: 1 MQL4 indicator source code (.mq4) 1 MQL4 script source code (.mq4) Requirements: The recreated
I need a good programmer to help convert an existing indicator to a trading EA that can work on both MT4 and MT5. The expected features on the EA is as follows: Max Spread: Magic Number: Take Profit: Stop Loss: Trailing Stop: Fixed Lot Size: Money Management: false/true Min Lot Size: Max Lot Size: Risk to Trade %: Daily Profit Target %: Add news filter. Get my jobs with source code
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
I need an MT5 Expert Advisor built as a high-precision volumizer for Forex. Its core purpose is to generate controlled trading volume for rebates, while still maintaining low-risk account growth. I am not looking for aggressive profit chasing. I am looking for a stable, intelligent EA that can produce volume in a disciplined way without damaging the account. The ideal system should trade major currency pairs, avoid
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot