In other words, I would like to know every hour's MIN and MAX spread values.
Posts made by LooG
-
RE: I can't manage MAX AND MIN SPREAD SHOWING on chart when spread is floating.posted in Questions & Answers
-
RE: I can't manage MAX AND MIN SPREAD SHOWING on chart when spread is floating.posted in Questions & Answers
@jstap I just want to get spread (ask-bid) data. And I want to see when it reaches high levels, i.e. when opening market hours, spread usually goes higher. I want to see these limits and fix it. For example every H4 candle will draw max and min spread values. I have broker that has less than 1pip spread, so it is 0.9 0.6etc.
-
I can't manage MAX AND MIN SPREAD SHOWING on chart when spread is floating.posted in Questions & Answers
I know how to show spread, but I need to show max and min values at certain time, for example "TODAYS max value" "TODAYS min value" and "TODAYS average value" (most commonly spread) of the day:
example:
MAX: 0.9 pips
MIN: 0.1 pips
AV: 0.3 pipsI need to do this in MT4, so the pip is 0.0001 format (4digits after comma)
I can do it if I know where to start, what blocks to use.
-
How to count traded LOTS. Because here is only "total lots(sum)" that counts only opened volume fo a moment..posted in Questions & Answers
How to count traded volume in LOTS. Because here is only "total lots(sum)" that counts only opened volume for a moment, for open trades, but I need to count total volume for period of time, that counts closed orders. Lets say I open every day 0.1lot then same day I close it, then it shows 0.1, but after 30days I want to count every closed trade, and it should show 3.0lots per 30days.
-
RE: How to draw diferent MA's lines i.e. MA100 MA300 and MA500 when running strategy tester. In the same, how to change MA colors?posted in Tutorials by Users
I just found it. It is done by PASS and TRACE blocks where you need to put all MA's and then you can change colors and MA count etc..
-
RE: How to draw diferent MA's lines i.e. MA100 MA300 and MA500 when running strategy tester. In the same, how to change MA colors?posted in Tutorials by Users
@jstap Please tell me more. What template to save where. I see the folder Templates, but how its connected with MA's?
-
RE: How to draw diferent MA's lines i.e. MA100 MA300 and MA500 when running strategy tester. In the same, how to change MA colors?posted in Tutorials by Users
@jstap What template? On MT4? Or Dreema? Not sure what to do.
-
Broker to test MT4 with nano lots (0.001)?posted in Questions & Answers
Broker to test MT4 with nano lots (0.001)? Most brokers provide 0.01 on Forex. How do I find 0.001 trading lots broker? For example Oanda offers as low as one unit trading, but its only on their platform, and do not work on MT4. So all I found is only 0.01(micro) lot. Please help me to find 0.001 nano lot MT4 broker to test EA.
-
How to draw diferent MA's lines i.e. MA100 MA300 and MA500 when running strategy tester. In the same, how to change MA colors?posted in Tutorials by Users
How to draw diferent MA's lines i.e. MA100 MA300 and MA500 when running strategy tester. In the same, how to change MA colors?
-
RE: Need help with making EAposted in Questions & Answers
@jstap All OK now, was some mistakes. I manage it. Now controlling loses, because as you said, one day it reaches huge draw down or stop out...
-
RE: Need help with making EAposted in Questions & Answers
I made it, There was a mistake in parameters...
-
RE: Need help with making EAposted in Questions & Answers
It is working on "No trades nearby", but I want to put "Trades count" condition. Unlucky to put this condition.
-
RE: Need help with making EAposted in Questions & Answers
In this case I dont know how to use "Trade count" block. I need condition like trades count, if trade count is less than 50 trade one block that has 0.01 size with certain profit, when trades count reaches 50 and more, start trading 0.02 with longer TP and so on. When/if it back to normal range, again trade smaller lot, or when it goes further losing side, the lot size is growing...
-
RE: Need help with making EAposted in Questions & Answers
This is blowing arround 2020 year, EUR/USD, when it goes only one direction all the time. So maybe it is better to use simple model for example if trades count is less than 50, then trade 0.01, more then 50<100 trades - trade 0.02, 100<150 - trade 0.03 and so on... So automaticaly when price goes one direction, the open 0.01 trades grows, and then starts to trade with bigger lot size and longer range, with longer TP, That makes less trades, but more profitable. If you know what I mean..
-
RE: Need help with making EAposted in Questions & Answers
@jstap Sure it does. That is why we prolonging range and Lot size.
-
RE: Need help with making EAposted in Questions & Answers
WOW! Its is so much blocks. It is for MT5? No hedge as I think. Yes, need reconsider... I have no chance to test it, I do not have full version yet. All tests I do on MT4. Do you create it right now or have this before? Thanks for response!