- Search Forex Factory
- 844 Results
- BlueRain replied 17 hr ago
Here is two fixed versions 1)Open_MA_EA - I added MaxOrder and MaxSpreadAllowed. Not Risk% 2)fxeabuilder - it is very simple fix and now, it should compile. FYI, MA based EA as is won't be profitable. Because MA will be recalculated and keep change ...
I will code your EAs and Indicators for no charge
- BlueRain replied May 12, 2022
Can you try this one? It seems it needs to refresh screen.
I will code your EAs and Indicators for no charge
- BlueRain replied May 9, 2022
I forgot to add Move when data is updated. Please use latest.
I will code your EAs and Indicators for no charge
- BlueRain replied May 9, 2022
I rewrite most of those line/text routine and moved some code to get refreshed. Update: I forgot to add "Move" when new data shows up. Here is latest. Please discard old and use this one. Also, I have added one indicator that will draw lines for 2 ...
I will code your EAs and Indicators for no charge
- BlueRain replied May 8, 2022
Sorry, I don't have source code for this indicator. Regarding template, when you load, it loads old objects also as all the objects are in template also. You will need to refresh your charts so that indicators can refresh your screen.
RSI Dash
- BlueRain replied May 6, 2022
There are many of those only shows RSI value. this indicator is not just for RSI value.. it is to see trend as number at once. Also, it has dot mode that shows if green or red. If you just want RSI number, use indicator like RSI Dashboard
RSI Dash
- BlueRain replied Apr 15, 2022
OP/P- Open Price of candle(seems ok) OP/C- Open to close(not sure why the #s dont match) OP/L- Open to low(Also doesn't match) OP/H- Open to high(doesn't match) datetime time = iTime(Symbol(),timeframe,barcount); double open = ...
Mind and Machine Scalping system for risk-averse retirees
- BlueRain replied Apr 11, 2022
Simple Utility to show candle index
I will code your EAs and Indicators for no charge
- BlueRain replied Apr 8, 2022
Try out updated version from previous reply. I have removed previous version and added new version.
I will code your EAs and Indicators for no charge
- BlueRain replied Apr 8, 2022
for quick solution, I have modified exsiting indicator I found on the FF. https://www.forexfactory.com/thread/...5#post13960555 modified version: it has 3 options - Manual Input", "Last 3 months", "Custom Period" if you select last 3 month.. it will ...
I will code your EAs and Indicators for no charge
- BlueRain replied Apr 4, 2022
int cntBigBarTF2=0; for(int i=1; i<=100; i++) { double cOp0=iOpen(Symbol(),60,i); double cCs0=iClose(Symbol(),60,i); double cATR0=iATR(Symbol(),60,5,i); int Sf=iBarShift(Symbol(),5,iTime(Symbol(),60,i),true); if(MathAbs(cOp0-cCs0)>cATR0) { for(int ...
How to Write a Loop of a Loop for Different TF
- BlueRain replied Apr 2, 2022
There are many ways to handle this: Below is just how to, not exact code. Using just indexes: First, in the first, you will get the index of 60min and multiply by 12, that would be the index of 5 min candle. for ( x = 0; x = 100; x++) { if this is ...
How to Write a Loop of a Loop for Different TF
- BlueRain replied Feb 8, 2022
Try this one. i think what I have attached has different output than I use most of time. Show_Pips: This indicator is what I use and is basically same thing but floats around price line. this is modified version from original "Show Pips" - that I ...
Pips to TP
- BlueRain replied Feb 8, 2022
by default: 1st label: how much your pips gain/loss currently 2nd label: Profit/Loss 3rd label: How much your pips away to tp. 4th: your lot size 5th: direction of your trade also, you can enable a couple of more output.
Pips to TP
- BlueRain replied Feb 8, 2022
Try this. it shows profit, tp pips, lots, and more Note: Attached File Deleted - see later post for corrected.
Pips to TP
- BlueRain replied Mar 28, 2021
You will need to filter only your symbols like below and do like if ( GetCurrentOrderProfit(Symbol()) > ProfitTarget) CloseAll(); double GetCurrentOrderProfit(string SymbolName) { double profit = 0; for(int i=0;i<OrdersTotal();i++) { ...
I will code your EAs and Indicators for no charge
- BlueRain replied Feb 23, 2021
Not able to help you out but this indicator is just using stochastic. You can take a look and get same result. below is stochastic with same 21 Kperiod, 12 Dperiod, 3 slow and you can see Forex entry is just pointing where cross happens.
I will code your EAs and Indicators for no charge
- BlueRain replied Feb 23, 2021
Here, I have added Weekly and Monthly as optional. For D1 - MN1, you have to enable as default is false.
RSI Dash
- BlueRain replied Jan 16, 2021
Sure, I just added option to change those fonts under scanner display option settings. Default colors will be same as before but you can change as you want if you use other screen background color - specially white. input color ...
RSI Dash
- BlueRain replied Jan 11, 2021
Glad it helps. When all stars are aligned.. something should happen.
RSI Dash