Forum

VAT on freelance

Who covers for VAT? Did it start today

Panel hidden

Hello, i have a panel that is suppose to display like this: When i minimize the chart and move the panel, some of its content gets hidden. // Create Trade Panel if (!TradePanel.Create( 0 , "tt" , 0 ,X_START,Y_START,X_SIZE,Y_SIZE)) { return ( INIT_FAILED ); } So i have been trying to

Calculate Lot Size based on details below.

I would like to calculate Lot size based on the position below, not yet closed Invested:1.7616382599847367%, Average Open:132.68, Net Profit:5.6601, Equity:1.9479487237180917

Webrequest on page that initializes with javascript not working.

Hello community, i have tried pulling prices from etoro using webrequest but the problem is that it returns javasript that the page initializes with before displaying main webpage. I treid increasing timeout but still don't get it. link: I used FILE_BIN to save it to xml file and cookie (can be

manage two EA on cloud

i have two EAs running on different cloud (parallel) with same EA. I want to update that EA for each a/c. Is it possible to do it on one point without going to update each individual software on cloud? For example have 100 EAs on different clouds since subscription is one a/c one server running

Get highest value from oscillator

Am wondering how to get the highest value (Amplitude) of any oscillator like MACD for: the unformed next 10 bars or from the inter-fall it crosses line zero and goes down or line zero up until the opposite is true

Problem in setting conditions for entry and exit on indicator

i attached the indicator, photo of indicator and code snippet of ea. I have tried to set an entry and exit for this indicator but i haven't got the exact or perfect entry. It's misbehaving, my settings are terrible. I would like to get best settings for this indicator. I have given the indicator

Automatic self adjusting StopLoss.

Hello, am a newbie in programming and i had problem in creating a function that auto adjust profit such that when i open an order, StopLoss is(+/-) 50 pips. - for OP_BUY and + for sell order. i consider this to be initial stopLoss . Stoploss should always be 50 pips from current price and