This idea is only for fun and learning purposes only.
The strategy represents 2 simple math formulas that are very simple. the "Fibo Formula" and the "EMA Formula" Please see source code for reference
I Feel like coders can learn a lot about developing strategies using this source code
This is to show that there is unlimited amount of variables and factors to a strategy and its all about working with probability.
Also to show that unlimited amount of conditions could be added to a strategy.
And unlimited amount of variables/factors with the settings that could change the results.
Rules are simple
Entry on close, Close/Entry must be in the blue Fibo Zone
Blue Fibonacci zone fully customizable
Other Conditions could be added involving EMA zones, Over Ema1, Under Ema1 etc..
TP/SL and Dates Fully Customizable
This script is just an idea fully for learning purposes.