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 need an Expert Advisor (EA) programmed and designed to help me with trading. Requirements: * The programmer must have experience in implementing software projects. * The code must be high-quality, clean, clear, and editable at any time, with ownership of the code provided. * It must work on MT4 and MT5 platforms. * The maximum project completion time is 3 days. * The programmer must be cooperative and flexible
I am looking for an experienced MQL5 developer to complete the optimization and structural refinement of an existing MT5 Expert Advisor (source code ~2.5MB). Phase 1 (audit and baseline testing) has already been completed. The remaining work focuses on correcting core system behavior without changing the strategy. Key issues identified: • Scenario gate logic is not correctly structured at the entry decision level •
Hy l am looking for someone who can make a robot for me using one minute strategy.i want in every candle to have entry n take profit..you must know how the candles behaviour..to see weather we can enter sell or buy in that candle
Hello, I am looking for an experienced developer to create a MetaTrader 5 (MT5) Expert Advisor (EA) for a prop firm system. The EA must be designed to manage and monitor multiple trading accounts, each with different account sizes and risk parameters. 🎯 Core Requirements: The EA must: Monitor account equity in real-time Apply Daily Drawdown Limit (e.g., 5%) Apply Maximum Drawdown Limit (e.g., 10%) ⚙️ Multi-Account
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