- Search Crypto Craft
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Oct 25, 2022See 2nd version above. it has option to change.
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 25, 2022Here, my 2nd version - I didn't realize you asked to use BB for filter also. Here, it filters BB Upper/Lower band and only shows dots only if it is outside of band. also, changed how it loops - previous one was looping on every tick.
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 14, 2022it has only 1 buffer which is filled with -1 and 1. #property indicator_buffers 1 You have to check previous buffer value and current buffer value and see if value has changed. if changed from -1 to 1, it is buy signal. if changed from 1 to -1, it ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 11, 2022Just copy your .mq4 file to MQL4\Indicators folder and refresh or restart your MT4. File -> Open Data Folder open MQL4\Indicators folder, paste your .mq4 file. Now, refresh or restart your MT4. .ex4 file should be automatically generated.
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 5, 2022Converted to Indicator with option to show prices.
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 4, 2022It has already buffer. I added alert.
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 4, 2022try this one. Not sure what its use. You can adjust two options to adjust candle position and distance.
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 3, 2022Why don't you search FF first? There are many of those already. some with quick search of 'RSI Stoch" I will code your EAs and Indicators for no charge | Page 290 | Forex Factory Stochastic-RSI | Forex Factory url
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 3, 2022Try this one. Very standard approach to alert added. if anything wrong, you can modify per your need. ( Updated ) Found small bug where I didn't replace bar index completely from old code. Please download again if you did.
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 2, 2022this indicator doesn't have much of option. I think it can be used only in 1 Hr - but you can set which line you want to display so that it can display Tokyo Open or any other from your input. More likely, it gets hour from 1Hr chart and count how ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 1, 2022For alert, I think you have to wait for tick coming in. By the way, I think I missed something in my previous upload. Please use this updated one.
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 1, 2022First of all, Objectfind() is wrong. Objectfind() If successful the function returns the number of the subwindow (0 means the main window of the chart), in which the object is found. If the object is not found, the function returns a negative ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 1, 2022I don't have those bmp files also. It was just some file I did have.
I will code your EAs and Indicators for no charge
-
BlueRain replied Oct 1, 2022I don't know if this ADR indicator is good or not. To complile this, you will have to store image file under \Image\<bitmap file> This indicator is just sample of how to use "image" in your MT4. PatienceFX was looking for way to use Image and I ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Sep 30, 2022Added Alert. Try out. ( Bug fix updated ) there was small bug I fixed in this newer one. Please use latest.
I will code your EAs and Indicators for no charge
-
BlueRain replied Sep 30, 2022I have made some changes to how it draw using consolidated function to draw and to delete. Try this one.
I will code your EAs and Indicators for no charge
-
BlueRain replied Sep 30, 2022This is specific to PatienceFX - about Bitmap question: Please use below file as your reference.
I will code your EAs and Indicators for no charge
-
BlueRain replied Sep 30, 2022First of all, I didn't touch any code on how to detect those patterns. Only change was adding labelID and delete when it exits. So, if there is any missing, not sure what to say. If you have any specific, you may let me know then, I may look into. ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Sep 30, 2022it may be possible. But, it will be complex work and time consuming. You may be better off hiring paid coder. I don't think anybody will take this kind of complex work in this thread.
I will code your EAs and Indicators for no charge
-
BlueRain replied Sep 29, 2022Made a quick MACD Double Diff. Try out.
I will code your EAs and Indicators for no charge