This for eg can be added via text code input to a variable, "Text "+variable1+" Text "+variable2, or you can put things straight into the box using ""variable1+" Text "+variable2+"Text "
Posts made by jstap
-
RE: line textposted in Questions & Answers
-
RE: Logic questions.posted in Questions & Answers
That sounds exactly how you would have things work. If things go wrong you can add a shared link and ask how to resolve it.
-
RE: Logic questions.posted in Questions & Answers
- You can add as many as you want, just ensure they are only activated when needed.
- Use them when necessary, the logic is basically if "this" happens, do "this".
- Without looking at it, there will be two buffers use the one for the level you need, 0 can be referred to by using the value 0.
- Need more information on what you require, some coding can help, but for the most part, it is already inside blocks.
- You have to explain more, but this works as stated, and if you drag your terminal cross hair between open and TP/SL you will see it matches.
- Once bar happens every X minutes, 1 minute chart it happens once every minute, 1 hour chart it happens once every 60 minutes, referred to as the candle opening. Once per tick happens every tick, which varies between many per second, to a few in an hour.
- You can have as many as you want, separate trees, and tabs and in the same trees and tabs.
-
RE: How to use block "check how it was closed"posted in Questions & Answers
Light pink is only half what is needed, dark pink (for each) is required above, these have the missing options.
-
RE: Position Count Not Workingposted in Bug Reports
You need to add a shared link so inside blocks can be seen.
-
RE: line textposted in Questions & Answers
So it turns out this option is turned off as standard in Meta Trader 4, when turned on text is displayed on the line.
:
-
RE: Doesnt tradeposted in Questions & Answers
Make the changes and add a shared link to look at, might see something that's wrong.
-
RE: How to use block "check how it was closed"posted in Questions & Answers
If buy or sell in not already in the block, most blocks have it. Use a formula block to add to the variable and saving back into it.
-
RE: oppsite trade than signal providedposted in Questions & Answers
Just connect a sell block where you would normally have a buy.
-
RE: line textposted in Questions & Answers
Interesting because that is not where it put the text on my platform, as you can see in my picture. Also, you misspelt ENTRY.
-
RE: show indicatorposted in Questions & Answers
What I do is ctrl x to cut the file, then ctrl v to past and replace the file, this way the name remains the same. And you don't end up with many junk files.
-
RE: How to close trade with a Hull custome indicatorposted in Questions & Answers
This depends on how the indicator acts, how it tells you the signal has changed
-
RE: My robot gets the volumes wrong, please helpposted in Questions & Answers
I thought I replied to this earlier, you have a couple of choices, place trade using a variable and increase under buy/sell, then reset when needed. Use pink blocks in a separate tree, get the last lot and adjust to increase.
-
RE: Fix Metatrader problemposted in Questions & Answers
Maybe but it is anything that means you have a working copy, MQL can be imported back into FX. Admin has corrected MT5 recently, so until any new meta updates all should work.
-
RE: stop the trades if there are 2 consecutive lossesposted in Questions & Answers
Any but I would use (true-false)
-
RE: How to use block "check how it was closed"posted in Questions & Answers
Yes, use on trade, under you can put buy/sell blocks, or any others you want to do something. This would be a separate tree, and you can have multiple trees across all tabs interacting with each other
-
RE: How to check if both trades SL are hitposted in Questions & Answers
All this is possible, choose 1 thing you want to happen 1st, create a test project and add a shared link to look at.