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
비슷한 주문
I am looking for an experienced MQL5 developer to build a fully automated MT5 Expert Advisor based on Session Breaks and Inverted Fair Value Gap (iFVG) logic. The EA must be coded professionally, optimized for backtesting, and written with clean, organized inputs and modular code. Core Strategy The EA should: Mark previous session highs and lows Wait for the current session to break the previous session high or low
IF ANYONE IS INTERESTED IN GETTING ANY KIND OF CUSTOM BOT FOR TRADING I WILL ADD THE STRATEGIES ACCORDING TO YOUR CHOICE MINE BEST BOT IS SCALPING AND HEDGING BOT YOU CAN CONTACT ME FOR SERVICES
Hi, Im looking to purchase or build an EA that can open many trades or big lot size to churn out IB commission, it doesn't have to be super profitable but will need to have the number of trades on going in order to earn IB commission. If you have any EA or strategy that are gearing towards this, let me know and i would be glad to purchase it. If you are applying and asking me to build one from scratch, I need you to
I trade ES futures on the Ninja trader platform. I recently came across an indicator and wanted to check with you if you can build a similar indicator that works on Orenko or Ninja renko charts, and also combines support and resistance untouched. Below is the indicator, which will tell you market chop and to avoid. I want to include a support and resistance bar on the chart when there is no chop please let me know
Project Description: I have a fully working Pine Script for TradingView called MFHA 3-Step Market Structure Strategy V2 . I need it converted into MT5 , with the logic kept as close to the Pine version as possible. What I need: MT5 Indicator Exact oscillator logic Multi-timeframe logic using 4H, 15M, and 1M EMA filter MTF EMA dashboard RSI display Buy and sell visual signals Background state/flash behavior where
I am looking for an experienced MQL5 developer to continue optimization work on an existing Expert Advisor (MQ5 source file available, 2.5MB). Important: This is NOT a project to build a new EA. The task is strictly to refine and improve the current system while keeping the core strategy intact. The EA is already functional and stable. A full code audit and baseline backtesting have already been done, and key
📌 EXPERT ADVISOR (EA) DEVELOPMENT COMPLETE A–Z FINAL REQUIREMENT DOCUMENT (FINAL VERSION) 1. 🔐 SECURITY SYSTEM (MANDATORY) The EA must include strict security checks. If any security condition fails, EA must immediately STOP trading. 1.1 Account Lock #define ALLOWED_ACCOUNT 5047656761 EA must run ONLY on this account number If account does not match: ❌ EA stops trading 🚨 Alert message 📲 Telegram notification to
Hello, and please read everything !!! I am looking for a developer who can recreate a strategy similar to an EA I already have. The EA works well on demo, especially during specific volatility windows (for example DE40 between 09:00 and 10:00 Frankfurt time), but on real accounts it produces constant losses even with IC Markets Raw and VPS close to the broker. 🎯 Objective The goal is to recreate and adapt this
As the title suggests, I need an EA whose algorithm earns commission without incurring excessive losses from the trading volume at the broker....Like Exness/Vantage, or do you have any other ideas
I need for an EA for XAUUSD using a grid + Martingle + hedging strategy developer Main features: • Open Buy & Sell at start (hedging) • Grid system with adjustable step (price-based levels) • Lot multiplier (martingale-style) • Fixed TP per trade + basket TP (close all in profit) • Continuous re-entry after TP • Risk management (max trades, max lot, equity stop) EA should be stable, error-free, and work with