
this is the first lecture to start the course please focouse very well after you reade the most important instructions in course landing page...... do not JUMP the landing page ...
in this lecture you will find the neccessory document for this course
RENKO expert advisor to create the offline chrt (RenkoLiveCharts_pimped_v4_13.mq4)
ARROW indicator to be added to the templates(arrows_template.mq4)
5 templates (colored.tpl ....coloredrsi.tpl.....gohst.tpl....ishimoko.tpl....multiRSI.tpl )
put the renko expert advisr inside the experts folder in mt4
put arrow indictor inside indicator folder of mt4
put the 5 templates inside templates folder of mt4
restart the mt4 .. choose the 1minuit time frame for crytop currency pair like (BTCUSD) then drag the renko expert advisor on that chart in common windows appeared choose alow live tarding choose allow DLL then in input setting window set the box size to 200 then hit ok then go to file - offline charts -double click on M2 then the renko chart must appear on mt4 now you can call any templates to start trading renko
arrow indicator also can be found and change its code as discribed in lecture 8
for the kingichimoku expert advisor you will learn step by step how to code this program in auto trading section
if you fails in coding this expert you can ask for the complete code by text me , i must see your tryes to code it first ..
in this lecture i will try to explain the general specification of ichimoku indicator and som history about
At this lecture i will dive in details to explain the profitable strategy that iam alway using in my trading and made me very good earning in forex .. that is too many of my students asked me about my own used strategy to profit from the forex markets
detailed discription for the compensation plan in case we stuck in bad trade .. this compensation can be used both manually by hand and automatically by the expert advisor
as a start to this course i will teach how to create the first 2 templates for auto trading ,how you can use these 2 templates on any other pair or any chart type like renko or normal chart
we will looking for a trade chance on some pairs to inter our first sell order , you will see how fast profits we collect
here we wil change the code of arrow indicator that is available inside the code base of any mt4 .
we will learn how to change the size of arrows and how to update the template after these changes
You will learn how creat renko chart using available resources in any mt4
also you will learn how to apply the template on this type of offline chart you will see clrear to veiw
trading chances
you will see how i inter som trades using renko chart .. you will noitce most of trades makes profits
from this lecture we will start the auto tarding by coding
EA suatable for the startgy of this course
you will learn how to start the wazard then how to put
the externally controlled varaibles and some important sets for EA
in this lecture we will learn how to create aseparate function
to send market sell order using ready code inside the reference
also you will learn how to change the code parameters to met sell
order sending
we must control the number of opend orders ..
it is not reseonable to let EA opening unlimited ordrs
each time the trading conditions come to true
to do that we will use for looping and order select
command we can found the correct codes for these commands
inside any mt4 terminal by using the sample moving avarage
expert advisor .. so keep focous in this lecture to know
exactlly what iam doing
we must test any new created function using startegy tester on live
demo account
to do that we will put a very simple and fast conditions inside main body
of the expert that what you will learn in this lecture
we need to adjust the point before put targets or stops
because these limitations needs a spicific distance from
orders open prices and these distances must be converted in to
numbers that can be understood by mq4 language .. also we will
start to craete trailing stop function for sell orders and that
is why i will start the lecture by point adjustment
now we will falow the profits if they achieved by the price
to do that we will move the stop loss down by 1 pip each time
the price became lower than the stop by distance .. to do that
we will use the order modify command again under the condition
that Bid became less than stoploss by distance
compensation plan must be applied when ther is aloosing trade
in prevous trade we noitice the trade going in bad side we whre able
to inter the sell again in higher level with increased lot size to compensate
our loose to inter the trade aotu we must trigger a selllimit each time the
price going aganist us by spicific distanse .. so in this lecture we
will leartn how to trigger asellllimit and how to calculate them..
then see the results on strategy tester
in prevous lecture we learned how to send unlimed sell orders
with the same lots .. but we need to increase these lots little by
little each time there is new order triggered .. this lecture for that
purposes . we just simply copy the selllimit function then change its
code
in this lecture we will learn how to creat a function to calculate
only the profits of sell orders that is in positive profits it must
be always in +profits so as to use it later in deleting the lowest
negative bad sells orders
her we will try to close only sell orders that come to positive profits
this is money managment plan to close profitable orders with lowest lossing
one order only you will see how effective this strategy in later final
testing
we need to close the lowest sell order when the price going aganist
our trade but we do the closing when the positive sell orders profits
reach amount to cover the lowest sell losses .
to make this function we need to select the lowest sell order by its
open price because we want the lowest sell open price to be closed
so we must be so sure that the function exactlly select the lowest sell
not any other order ...so we will check the functionalty of selecting
the lowest first the in next lecture we will make the function calculating
the lowest sell profits for closing this is the hardest lecture to
under standplease focous and repeat it many times befor moving to next
we want the lowest sell order profits to be returned to the function we made
but you might noitice the function returen the lowest sell open price insted
actually i made that just to be sure the function really select the
lowest sell first before take its profits value ..so in this lecture i will
complet this function task and make the function returen the lowest sell
profits >> you advised to repeat this lecture many times and udersatnd it
well before the next lecture .. it is the most important part of this course
when the positive sell orders profits plus the lowest sell order profits
grater the the spicific value we must close the lowest sell with all
positive sells at once to do that we create the funtion in this lectur
and test on chart .. we will use the lowest profit function code to do
that
it is time to activate trailing stop and put sell orders count on chart
comment..we want this trailing ocured when ther is only 1 sell opend if not
we will call the compensation plan and stop trailing
we need to to delete selllimit order each time there is no sell orders
on chart or there is positive closing to match the new highest sell order
open price and not to be so far from.. we wil use the lowestsell closing
function to achieve this deleation .. then we must put the pending order
delet function at the beganing of tick main part to be checked in highiest
priority
during the last trade i saw the commissons bad effects on a profitable
trde you must choose a low commission broker to trdae with
we noiticed some drawdown and exajurated number of trades during the last
test that is due to newses whene the price suddenly pumped in one
direction whitout any retracement . you are advided not to trade these
signals during big events hits the markets . to reduce the effect of
these event you can put more conditions to selllimit sending algorthm
i will use RSI indicator the test to see the deferences
we will see a bad tarde due to greednes i intered asell then made profit
then looking for more make the trade going in to loosing side but hours
later it back to profits...
in this lecture we will test the compensator on defferent time frame to
see how it will behave ofcourse we will use defferent distances
when you want to use multi strategies inside your expert advisor
it is recommended to creat triggering signals function for this purpose
inside this opening function you can triggier unlimited siginlas for
these setratigies
you can call builtin indicators or custom indicator without the need to
code complete code for each startgiy
in this lecture you will learn how to put the ichimoko conditions
inside the opening strategy function..we will copy these conditions
from arrow template we had used it in.also we will put external
contolling logic for each new added strategy
when you face closing problem go dircetlly to the closing function
then replace searching orders from oldest to newest or vice versa
iv learned this by experiance .. also there was selllimit opened at
wrong place we will learn how fix it
in this lecture we will add the buy signals and activate the sound box
alert to the template .. we will do that by copy the down arrow code
in arrow indicator then past it inside the up arrow then change the
conditions to reversal
we will learn how to update the created ichimoko template by adding 2 rsi
deffernet in periods but on one speratde windows .. that is nobody told
you before. then you will learn how to put these new conditions inside
opening strategy function then you will learn how to make all imporatnt
parameters of external controle to be optimized later
we will see successful trade on H4 time frame .. we will ready made code
for auto lot calculation you can found it in course documents final lecture
i dont want the course to be so long .. also we learn how to prepaire the
teminal and the expert for testing and optimazation on all time frames
in this lecture we will start to optimaizing the external parameters at all you will se how effective the chesen opening startegy and how
compensator works to achieve high percentage of succesfull trades
we will repeat the optimaizing on 5 minuits time frame then choose
the best setting for saving inside the files folder of mt4
we will complet teasting and optimaizing on the rest time frames
we concluded the M30 time frame is the best
we can test any pemplet or any indicator by visual mode using any expert
advisor on startegy tester .
in this lecture we will test defult and custom templates using the coded
expert in this course .. using this test we can see how our compensator
is effective final adivse USE RENKO ONLY IN MANUAL TRADING WITH TEMPLATE
dont use it with auto trading renko is not for auto expert advisor ..it
will giv wrong signals wrong trading enterance wrong closing IT WILL
CAUSE LOSING FOR YOUR TARDES
In this course you will raech the final knowledg neccessory to be succesfull trader that keeping your profits away of losses . PLEASE READ THE FALLOWING CARFULLY
In manual trading you are advised to
inter the trade after the 3d confirmation signl for the same direction (do not use the first sell signal when the trend changed from bearsh to bulih, as an example)
not inter the trade if you missed the signal
wait for the next signal at highest level to inter again with the same direction
you will earn
profitable template suitable for any forex time frame , any pairs .
profitable expert advisor can be used in reale market.
you will learn how to
use ichimoku indicator for proftable trading
craete templates , how to save them.
change defult code that can be found in your mt4 code base
updates these templates
adding indicators to the templates
coding profisional expert advisor
adding multi stratgies to your expert advisor
compensate your losses in both manual and auto trading
using renko with cryptocurrency pairs for very fast boxes closing
you must be aware of
trading renko with expert advisors
trading during big news
using expert advisor without optimazation for the new pairs
dealing with high commssions high spraeds brokers specially for cryptocurrency pairs
brokers that is not offers 7days 24 hours trading with cryptos
brokers that is a market maker , or brokers that hidding first ticks of new candels
brokers that are slow in excuting orders
brokers that dont allowed grid trading
You must
attend all lectures to be profitable trader
know how to use MT4 basically
be at least in basic knowledge of forex
eager to learn
This course dont offer finincial advises ,use the contents at your own risks, iam not responssible for your self mistakes
FOREX market are very dangarous on your capitals, use demo accounts for along time before reale accounts
Thanks to
japan for inventing technical analysis
japan for inventing RENKO charting
japan for inventing ICHIMOKU indicator
my serious students for attendding this course