- Search Crypto Craft
-
mr-roma replied Jun 20, 2025Is it possible to change the size of main or sub window in Mini Chart (OBJ_CHART)? I' Trying use CHART_HEIGHT_IN_PIXELS to change it but it doesn't seems to be working, sometimes it does, but mostly it doesn't and I don't understand why? ...
I will code your EAs and Indicators for no charge
-
mr-roma replied Jun 9, 2025Another update for Balance History indicator. Now Profit and Loss has Histogram chart instead of Line chart which makes visually more visible. image I use it as mini chart template image Download version 1.8 file
Indicator Bank
-
mr-roma replied Jun 7, 2025Here's another update for this 3 indicators - Bulls and Bears, Closed Trades, Net Profit+ One update is that I added option to choose Dark or Light theme image Another update is that it now shows the values clockwise instead of counter clockwise. ...
Indicator Bank
-
mr-roma replied May 23, 2025OK I think I'm gonna open my own Indicators Thread
Here's another nice indicator to visually see your trades statistic, Total Trades, Winning Trades and Losing Trades. It's always good to know from you all closed trades, if you're actually ...Indicator Bank
-
mr-roma replied May 23, 2025Here's another Indicator
Which shows your Net Profit and the chart shows Your Gross Gain and Gross Loss information. Like Bulls-and-Bears indicator, this has 4 parameters only Corner = To choose on which Corner you want to place the indicator. ...Indicator Bank
-
mr-roma replied May 23, 2025You can simply add Prefix: extern string Prefix = "p1"; CreateObjects(Prefix + "_BoxHL_" + TimeToStr(dtTradeDate,TIME_DATE), BoxHLColor, True); And you'll just change prefix name to every indicator, so that every indicator's object name will be ...
I will code your EAs and Indicators for no charge
-
mr-roma replied May 22, 2025I'm sharing another great small indicator which is Donut style chart to see Bulls have the power or Bears The indicator is based on Symbol Volume and it shows the percentage from 0 to 100 so you can see where trend is going, but of course you can't ...
Indicator Bank
-
mr-roma replied May 17, 2025Another update for Balance History indicator! image I made changes for Balance history and it's now draws correct Balance history line. Download: Update - 1.12 file
Indicator Bank
-
mr-roma replied May 15, 2025I'm trying to create one Button for multiple symbol, but it doesn't work properly. Once the object is created with name (Sell_EURUSD) it's not easy to change it to another Symbol like sell_USDJPY. Any ideas how to do it? Thanks in advance

I will code your EAs and Indicators for no charge
-
mr-roma replied May 13, 2025Balance history and Profit/Loss lines Indicator. It's adjusted on Time Frames you choose. H1 TimeFrame image D1 TimeFrame image Again, I'm using it specifically for the dashboard I'm working on and I'm using this indicator for mini chart, but ...
Indicator Bank
-
mr-roma replied Apr 29, 2025Area Chart I personally use it as a Template for Mini Charts: image But it also can be used as main Chart: image Can be adjusted only 3 parameters. Line color, Area color and how long it should be: image Download it here, test it and I'll be ...
Indicator Bank
-
mr-roma replied Apr 17, 2024Here is my EA Dashboard which I'm working on, you can see bellow right corner is Mini Chart. Which is default chart object without template image But here, bellow it with template Which I already applied, so yeah, you can do it image
I will code your EAs and Indicators for no charge
-
mr-roma replied Apr 17, 2024I have Mini Chart on mine chart which is created using OBJ_CHART //+------------------------------------------------------------------+ //| Mini Chart Object | //+------------------------------------------------------------------+ ...
I will code your EAs and Indicators for no charge
-
mr-roma replied Apr 17, 2024I can't apply a Template (ChartApplyTemplate) to the Mini Chart (OBJ_CHART) without first to apply some indicator (ChartIndicatorAdd). Can someone Help me understand why? //--- Apply Indicators to the Chart long ...
I will code your EAs and Indicators for no charge
-
mr-roma replied Apr 15, 2024No I already have a code to calculate Deposit, Withdrawal, and Credit In/Out //+------------------------------------------------------------------+ //| Function to get Account Summary | ...
I will code your EAs and Indicators for no charge
-
mr-roma replied Apr 15, 2024Hi jeanlouie, thank you so much for you response
I almost finished it. image Well, it still needs some corrections, like it doesn't correctly calculates percentage. For that I need more ideas and coding, such like I need to ...I will code your EAs and Indicators for no charge
-
mr-roma replied Apr 13, 2024The thing is that I’m not really a programmer/coder. What I mostly do is that I’m looking into others Indicators or libraries and taking what want. Many times I’m taking just an idea and creating my own version of code. So, that’s why I’m stuck now ...
I will code your EAs and Indicators for no charge
-
mr-roma replied Apr 13, 2024I'm getting only one Symbol and its Profit/Loss
string CalculateProfit(int x) { double highestReturn = -DBL_MAX; // Initialize to lowest possible value int totalDeals = HistoryDealsTotal(); double totalProfit[10]; string ...I will code your EAs and Indicators for no charge