Daniele Nerstini
Daniele Nerstini
  • Information
1 year
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Daniele Nerstini
Added topic Sell an indicator for the strategy tester
Hi everybody. I developed an indicator to practice manuial trading on the strategy tester . it let the user do trading at a faster speed, thanks to the strategy tester use, buying, selling, placing the stop loss and administering a little capital in
Daniele Nerstini
Added topic unknown retcode 0 while modifying position
Hi, could someone help me?  I'm trying to write a code to modify a position with up and down buttons. The button are correctly working but the attempt to modify the position ends in unknown retcode 0. Here's the code for ( int i = PositionsTotal
Daniele Nerstini
Added topic Show styles in property window
Hi, everybody. I searched everywhere, read the manual, asked the AI but I cannot find the way to show this in the properties window: Someone knows how to do that?  I need to assign the user preferred color to the lines in a custom indicator
Daniele Nerstini
Added topic Hide price on price scale
Hi, everybody and a good day! My indicator creates many horizzontal lines and I would like to hide the tag prices on the right side price scale in order to have a cleaner graphic. My code is this
Daniele Nerstini
Added topic Problem in assigning a custom color as #property
Hi, a good day to everybody. Can someone help me? I want to let the user modify the color in the  Example indicator ZigZag, so I added this code to it: enum Colors   {    color1= clrBlack , // Black    color2=
Daniele Nerstini
Added topic Strategy tester cannot find custom images
Hi, everybody. I created an indicator with custom images drawn as OBJ_BITMAP_LABEL objects . I placed the images in Images folder inside the MQL5 folder. When I try my indicator in the strategy tester only empty squares are appearing although I
Daniele Nerstini
Added topic Cannot draw OBJ_TREND dotted line
Hi, everybody. Is it possible to draw a dotted trend line or that kind of line can only be a solid one? My code is                      ObjectDelete (
Daniele Nerstini
Added topic Indicators cannot work together
Hi everybody and a good day. I coded 6 indicators that trace automatic channels on different timeframes, they work flawlessly alone but they stop working when applied together to the chart. Every indicator use a handle to get the timeframe IMA data
Daniele Nerstini
Added topic Cannot preload bollingers data
Hi everybody. Could someone help me? I'd like to preload bollingers bands data in the OnInit function with 20 previous points. I'm trying with this scripts counter= 1 ; points_counter= 1 ; for (counter; counter < 20 ; counter=counter+ 1 ) {
Daniele Nerstini
Added topic A command to draw in foreground
Hi guys, could someone please suggest a command to draw an indicator in foreground? I tried   ObjectSetInteger(0,"My-indicator",OBJPROP_BACK,false); but the line is still projected under the candles
Daniele Nerstini
Added topic Help with a for loop
Hi, guys. Can someone help me to understand why this for loop doesn't work? int counter=0; int counter1=0; int endvalue=49; int v=0;   for (counter;counter<endvalue;counter=counter+ 1 )         {
Daniele Nerstini
Added topic Help positioning text
Hi.      I'm trying to position a string of text on the bid line but the text appears at a certain distance that is also changin over time. Can someone explain wich is the problem? This is the code
Daniele Nerstini
Added topic value of bollinger band
Hi. I would like to obtain the price values, up middle and low, of a bollinger indicator to send them into a csv file in real time to feed the data to an external program. I've already have the mql5 program to send the data using a modified program
Daniele Nerstini
Registered at MQL5.community
Daniele Nerstini
Added topic Modify simple script ( but don't know how)
Hi everybody, can sameone suggest how to modify this script to avoid showing any indicator on chart? I want to open 5 positions of 1 lot at once ( I am taking part in Instatred contests ) and that works but I do not want any indicator appearing on