Http://virtualvotivecandle.com – Light A Candle
I need a website that is similar to http://www.gratefulness.org/candles/enter.cfm?l=eng
I would add an area where visitors can purchase Votive Candles.
I need a website that is similar to http://www.gratefulness.org/candles/enter.cfm?l=eng
I would add an area where visitors can purchase Votive Candles.
Dear all metatrader programmers,
I want to develop an EA that enters a trade on any time frame that’s selected in the direction of the last candle. so for example if the last candle closed up i wish the ea to enter immediately a buy order with the SL and TP that I have set in the EA. If the candle closes down, i wish the EA to enter a sell trade again with the SL and TP I set. I would like the option of a trailing stop function to be enabled and set when i wish to use such facility.
regards,
Gareth Williams
We have a xlsx file with 594 rows. Each row has a product description in html. This field needs to be separate in 3 parts without the html code
- Descript
- Advice
- Caracteristics
The ‘Descript’ start with: <li class=”desc”>
The ‘Advice’ start with: <li class=”util”>
The ‘Caracteristics’ start with: <li class=”specs”>
For example the first row:
<ul><li class=”desc”>One of our favorite products!<a href=”http://www.aworldofoils.com/” target=”_blank”><b>A World of Oils</b></a>ofers you an object quite delicious and spellbinding.<br><br>
With its low melting point, this massage candle with essential oils becomes a warm oil and creamy.<br> The candle is made __from a 100% natural wax, made from beeswax and vegetable oil from soybeans, which provides the candle with excellent cosmetic properties. <br><br><br>
its warmth mixed with hot and captivating scent of sandalwood combined with orange, you will plunge into an ocean of pleasure and wellness. 10 to 15 massages.<br>
Packaged in a box, it will be the perfect gift to please or be pleased.
</li><li class=”util”>Each candle burns
up to 55h and you can use it for 10 to 15 massages.
Before each massage, light the candle and let it burn for 15 min. Then turn off heat and let it cool for 30 seconds. Pour a little oil on your partner’s back and relax. Once the candle is off,the oil will remain liquid for about 20 minutes, leaving you time for multiple uses. The candle will then solidify naturally.<br><br><br>To fully enjoy all the benefits of the massage, you can also listen to the CD aromatherapy, specially designed to accompany your massage sessions. </li><li class=”specs”>Contenu : <br><br><p class=”MsoListParagraph”><o:p></o:p></p>
We have a xlsx file with 594 rows. Each row has a product description. This field needs to be separate in 3 parts
- Descript
- Advice
- Caracteristics
The ‘Descript’ start with: <li class=”desc”>
The ‘Advice’ start with: <li class=”util”>
The ‘Caracteristics’ start with: <li class=”specs”>
For example the first row:
<ul><li class=”desc”>One of our favorite products!<a href=”http://www.aworldofoils.com/” target=”_blank”><b>A World of Oils</b></a>ofers you an object quite delicious and spellbinding.<br><br>
With its low melting point, this massage candle with essential oils becomes a warm oil and creamy.<br> The candle is made __from a 100% natural wax, made from beeswax and vegetable oil from soybeans, which provides the candle with excellent cosmetic properties. <br><br><br>
its warmth mixed with hot and captivating scent of sandalwood combined with orange, you will plunge into an ocean of pleasure and wellness. 10 to 15 massages.<br>
Packaged in a box, it will be the perfect gift to please or be pleased.
</li><li class=”util”>Each candle burns
up to 55h and you can use it for 10 to 15 massages.
Before each massage, light the candle and let it burn for 15 min. Then turn off heat and let it cool for 30 seconds. Pour a little oil on your partner’s back and relax. Once the candle is off,the oil will remain liquid for about 20 minutes, leaving you time for multiple uses. The candle will then solidify naturally.<br><br><br>To fully enjoy all the benefits of the massage, you can also listen to the CD aromatherapy, specially designed to accompany your massage sessions. </li><li class=”specs”>Contenu : <br><br><p class=”MsoListParagraph”><o:p></o:p></p>
I am looking for someone conversant with Lua, to write a simple signal indicator to be used with a currency trading platform
What I need or require:
A Fully Customizable Expert Advisor (For MT4) based on my Trading Strategies.
I’ll need an EA which is capable to run up to ten instances of candlestick patterns.
Each candlesticks pattern should have their individual Entry and MM settings.
Each independent candle within a candlestick pattern should be fully customizable.
***Note: When I mention ‘OR’ in the following, it means that I’d like to have both options open for me. So, you’ll still need to code all of them into the EA.
Before we begin on the candlesticks settings, let’s start off with some of the General settings this EA should consist of:
- Trading Session: Start and End session in Hours, based on local Broker’s time.
eg, Start Session 10 and End Session 20, would mean Start trading at my MT4 broker’s 10AM and ends at 8PM
- Total Open Trades Allowed: eg, a ’3′ would mean the maximum total trades currently opened is 3, any other entries would not be opened at all.
- General Money Management:
- Position Size opened based on ‘A’% of Account Balance, OR
- Position Size opened based on SL
- Sound Alert whenever an entry condition is met
- Email Alert whenever an entry condition is met
- An option to disallow the EA to open any trades, but keep the “Entry Condition Met” Sound and Email Signals on. In a sense, it will act like an indicator rather than an EA.
The General Settings are done, so now we move on to what a Typical CandleSticks Pattern should consist of, and I’ll need 10 instances of these patterns all customizable:
Instance 1 CandleSticks Pattern:
Part 1
-No of candlesticks This Pattern should consist of:
– 3 (Candle A, B and C. Candle D and E will be turned off), OR
– 4 (Candle A, B, C and D. Candle E will be turned off), OR
– 5 (All candles in this pattern will be turned on).
Each candlesticks should consist of a Min 2 candles and Max 5 candles.
Part 2
The Candle Stick Pattern
Note: Candle A will be the most recent candle, B the second most recent, and so on.
Candle A
Ability to define how the candle looks like:
- Bull or Bear Candle
- Min and Max Length of Candle (High Low)
- Min and Max Length of Candle Body
- Min and Max Length of Upper Shadow
- Min and Max Length of Lower Shadow
- Opened lower to Candle B’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened lower to Candle C’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened lower to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened lower to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle B’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle C’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle B’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle C’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed higher to Candle B’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed higher to Candle C’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed higher to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed higher to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
Candle B
- Bull or Bear Candle
- Min and Max Length of Candle (High Low)
- Min and Max Length of Candle Body
- Min and Max Length of Upper Shadow
- Min and Max Length of Lower Shadow
- Opened lower to Candle C’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened lower to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened lower to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle C’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle C’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed higher to Candle C’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed higher to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed higher to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
Candle C
- Bull or Bear Candle
- Min and Max Length of Candle (High Low)
- Min and Max Length of Candle Body
- Min and Max Length of Upper Shadow
- Min and Max Length of Lower Shadow
- Opened lower to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened lower to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed higher to Candle D’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed higher to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
Candle D
- Bull or Bear Candle
- Min and Max Length of Candle (High Low)
- Min and Max Length of Candle Body
- Min and Max Length of Upper Shadow
- Min and Max Length of Lower Shadow
- Opened lower to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Opened higher to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
- Closed lower to Candle E: Yes/No/Doesn’t Matter
- Closed higher to Candle E’s O/H/L/C: Yes/No/Doesn’t Matter
Candle E
- Bull or Bear Candle
- Min and Max Length of Candle (High Low)
- Min and Max Length of Candle Body
- Min and Max Length of Upper Shadow
- Min and Max Length of Lower Shadow
Part 3
Entry Condition
- When the Candle Pattern is completed upon the closed of Candle A (most recent candle), initiate one of the following options:
– Buy, OR
– Sell, OR
– Buy order placed on Candle ‘X’ High or Low, with the option of + or – ‘N’ Pips, OR
– Sell order placed on Candle ‘X’ High or Low, with the option of + or – ‘N’ Pips.
* Candle ‘X’ refers to the selection of Candle A, B, C, D or E
* ‘N’ Pips refers to the amount of Pips as a margin added or subtracted to Candle ‘X’ High/Low. For instance, if Candle ‘X’ has a high of 1.5000, and the predetermined ‘N’ is +5, then the Buy Order shall be placed as 1.5005.
Part 4
Money Management – Should be independent for each individual candlestick pattern.
The following should be placed the instant a trade has been placed/executed:
Stop Loss
- Stop Loss in Pips, eg. 50 pips, OR
- Stop Loss = Candle ‘X’ High or Low, with the option of + or – ‘N’ Pips, but up to a Maximum of ‘M’ Pips
Take Profit
- TP in Pips, eg. 50 pips, OR
- TP = Candle ‘X’ High or Low, with the option of + or – ‘N’ Pips, but up to a Maximum of ‘M’ Pips
Set SL to BE
- When position has a floating profit of ‘Y’ Pips, Set SL to BE +/- ‘Z’ Pips
* If ‘Y’ Pips is set to 20, that means when the position reaches 20 pip profit, “Set SL to BE will be executed”.
* ‘Z’ Pips: I’d love to have the option to set SL to BE with a bit of profit margin. For example, If BE point for a Buy position is 1.5000, and ‘Z’ is set at +5, when Set SL to BE is executed, the new SL will be set to 1.5005.
Specific expertise that I am seeking:
If you have read and understand what this EA is up to, and already have a concrete idea on how to get it done… Then I’m depending on you!
Timeframe for delivery:
Max 4 Weeks, but You are the expert. You tell me
Finally:
I am no EA Expert nor a decent Programmer. I tried to state ‘exactly’ what I wanted with the EA in what I thought is a logical sequence. Tell me what you can do, what you can’t and what is impossible even in the year 2011.
If you think you have something better to add to this, Great! Let us discuss about it.
Thank you!
I need a custom indicator based on the GANN’S% Ratio, which uses the following formular to predict the next candle’s move at close of the current candle. That is, at close of the current candle it uses the variable from it to calculate a %ratio, and the value predicts the trend direction for the next candle at it’s opening. I want it arrow based signal! Below is the formular, and the RULE(S)-
Sigal Formula=[(High-Open)+(Close-Low)]/2*(Range), whereby Range= (High-Low)
Trading Rule(s)
SELL Signal- at a ratio of 64% or Higher (i.e Over Bought-OB)
BUY Signal- at a ratio of 37% or lower (i.e Over Sold-OS) Note:Indicate Stay out or Sideways for anything between the two, 37% and 64%
We need a unique website for our candle company.
We make candles for customers – any color, any size, any scent, any quantity, and we offer different sizes.
Create-your-candle.
We need a high quality website which the visitor can design their own candle. A picture of a candle will appear in the main part of the screen and then on the right side will be 7 drop down menus:
1. Shape (round or square)
2. Size (candle width – 12 sizes)
3. Height (8 heights)
4. Color (20 colors)
5. Scent (30 scents)
6. Finish (Glossy or textured)
7. Quantity (1 to 100)
As the visitor selects options from the drop down menus, the image of the candle will change according to the selection made by the visitor (color, size, shape etc). This must operate fast and efficiently. Must be user friendly.
The price will be shown at the bottom (beneath the option selections) and the price will adjust depending on which options the visitor selects. We will provide pictures and prices for everything. You must create the application. You may use 3rd party software and plug-ins. You must also integrate FedEx shipping feature and payment/checkout.
This is the main purpose of the website. We make custom candles for anyone. This website will make it easier for our customers to place their order with us. If you have any specific questions, please let us know before you place your project bid.
You will have 3 weeks to complete this project (including revisions).
I had posted this project and wanted to edit it but script lance won’t let me so here it is again, feel free to re-bid on it if you have the skills:
I need automated exit scripts to be run after I have manually placed trades in MT4, due to the 24hr nature of the Forex market, and I need my exits to be based on indicators, and it’s the only reason I need automation. I’d like someone who knows how to do this successfully and can then point me to use it. I do consider myself to be pretty computer savvy and also have background in elementary programming.
Time frame is 1H and exits are based on Bollinger Bands.
Exit for long:
-Price first CLOSE above BollingerBand(20,2) on an UP Bullish candle.
-After the bullish momentum is exhausted, price then CLOSE below BollingerBand(20,2) on a down bearish candle, exit on the next candle.
Exit for Short:
-Price first CLOSE below lower BollingerBand(20,-2) on a Down Bearish candle.
-After the bearish momentum is exhausted, price then CLOSE above BollingerBand(20, -2) on a up bullish candle, exit on the next candle.
*Notice the signal is confirmed on a CLOSE basis. Also notice the ABOVE/BELOW, I want price to truly CLOSE ABOVE/BELOW the band as a signal, not >= or <=.
Of course I can provide more details and even graphs once we get in touch. Please have experience with EA programming. Thanks in advance.
I need a website designed for a candle business. One of the most important features that I want is when a independent distributor joins our site they will get a link that will credit them with the orders placed by their customers. Let’s say my site is abc.com. When let’s say jane joins as a distributor she will get a link called jane.abc.com to track her sales. Like scent-sations dot com and scentsy dot com. They have the feature I am talking about. I also want a nice looking site. Shopping cart I want to use is cubecart.
Budget: $60
Description: i am looking for someone with Forex EA programming experience to program the following EA:
Indicators used:
ATR ,
SUPPORT AND RESISTANT
NOTE : it is MY INDICATOR I CAN SEND IT TO YOU
Entry Rules:
When the new candle OPEN then makes 2 orders buy and sell.
BUY ORDER : previous open candle (+-x pips)
SELL ORDER: :previous closed candle (+-x pips)
in case we have open trades and the second candle or third candle open
then , should not open new orders till closed all opened positions by tp or sl.
The following options should be variable by the user:
This parameter is primarily used for Strategy Testing and live trading.
THE INDICATORS WILL BE AS A FILTERS and will be optional for me.
Slippage:
It is not always possible to obtain the exact price wanted when trading – this setting specifies how far from the expected order price (in pips) is still considered acceptable when opening and closing orders. If the available price is further away than the Slippage value specified then the order will not be executed.
Lot Size:
Value specified here will be used to specify the size of each order opened.or as a percentage of total amount .
Stop loss (in pips)
Break even:optional
Once the trade is in profit by X amount, SL is moved to break even point (X is a value in pips entered by the user).
Trailing stop (in pips)
Take profit (in pips)
Friday trading:
Should the EA trade on a Friday or not (if user chooses true, EA will trade on Fridays, if user chooses false, EA will not open any trades after midnight Thursday based on brokers timezone).
Magic Number:
A number used to identify which trades were started by the EA.
Trading hours:
User can set the times that the EA will start and stop trading, based on the brokers time zone.
After programming is complete you will be required to run the EA on a demo account and make sure every thing is OK
Any questions please ask before bidding
sami
I need to someone to help create a simple MT4 indicator in Metaquote language. The indicator should simple draw an up arrow if we have to consecutive closes above both 10 EMA (exponential moving average) and 20 EMA, and a down arrow if we have 2 consecutive closes below both 10 EMA and 20 EMA. Preferable the length of the 2 moving averages are as input. In mathematical form:
C0: current candle, C1: close of one candle earlier, C2 close of two candle earlier, C3 close of 3 candles earlier
Up arrow:
C1>10EMA and C1>20EMA and C2>10EMA and C2>20EMA and C3<10EMA or C3<20EMA
Down arrow:
C1<10EMA and C1<20EMA and C2<10EMA and C2<20EMA and C3>10EMA or C3>20EMA
Trigger on candle close only if possible, i.e. when a new candle opens (C0) the indicator check C1, C2 and C3 conditions.
Please quote price and time.
Best Regards,
It is memorial website similar to gonetoosoon.org
The signup section is complete as well as the creation of new memorials. What I need is a section to upload new photos, a page to display the memorial, a few pages to display content such as all the deceased for the day. A way for logged in users to add their comments and such as well as light a candle or leave a gift. This is all simple work. The candle writing is simply a text file that needs to be written in the folder candle as well as gifts. And the memorial page is simply take the content from the folder that everything is kept in and properly displaying it. I would do it myself but I have other projects which I urgently need to get started on so I am passing the rest of this project off to someone else.
This project is for the writing and coding of a MetaTrader4 Expert Advisor for Forex. The Expert Advisor will make use of the Gann HiLo Activator. The Gann HiLo Activator is derived from a moving average of previous periods’ highs or lows (make sure you understand this indicator before proceeding). When the moving average changes location to be above the candlestick, a sell signal is triggered. When the moving average changes to be below the candle, a buy signal is triggered. The Expert Advisor shall therefore meet the following criteria:
1) Generate signal of buy when the line moves below the candle, and generate a signal of sell when the line moves above the candle. These signals shall be generated upon the CLOSE of the newest candle and NOT during the period itself.
2) When this signal is produced, not only should it actually generate this signal, but it should make this clear on the chart as well. Perhaps it generates a textbox under the candle saying
Need eBook: “Candle Making Recipes” for home candle making on various types of candles ex: soy, gel, scented candles, paraffin based etc. Every recipe must include example photo.
Minimum 20 long recipes with tips and techniques and 6 quick recipes.
Should include 1 page general intro on candle making recipes.
1 week delivery time,written in plain communicative english error free.
eBook formatted in Word and recipes linked-to from the menu.
Thank you much,
-wilkxxx
Dear Designer,
I need a matching static site banner + ebook cover for EnjoyCandleMaking.com to replace existing dull images.
Both should include wax and gel candles images, looking fresh and in vivid colors but not too loud serene surroundings optional (I’m addressing housewives here).
Title for both: “Enjoy Candle Making!”
Sizes: banner 750×130, ebook cover 300×300 (should be thicker than existing one)
It’s a quick job for an experienced designer so I don’t expect it to be pricey.
Many Thanks,
-wilkxxx
This project is for the writing and coding of a MetaTrader4 Expert Advisor for Forex. The Expert Advisor will make use of the Gann HiLo Activator. The Gann HiLo Activator is derived from a moving average of previous periods’ highs or lows (make sure you understand this indicator before proceeding). When the moving average changes location to be above the candlestick, a sell signal is triggered. When the moving average changes to be below the candle, a buy signal is triggered. The Expert Advisor shall therefore meet the following criteria:
1) Generate signal of buy when the line moves below the candle, and generate a signal of sell when the line moves above the candle. These signals shall be generated upon the CLOSE of the newest candle and NOT during the period itself.
2) When this signal is produced, not only should it actually generate this signal, but it should make this clear on the chart as well. Perhaps it generates a textbox under the candle saying
Hi MQL Programmers,
I have an indicator that I am plan to make EA from. The signal produced from the indicator is only buy or sell. The EA would be expected to open new order at the closing candle of a new established signal (buy or sell). The EA should compare the current closed bar signal with the previous 2 bars signal. It only execute and order when the signal is different from the previous.
The expert advisor will also closed all open order (if equity is positive at a certain level) when a new signal is produced on the candle close and then after it’s all closed, the new open order will be created.
Also I used fixed range bar chart where the candle would be closed (complete candle) if the range is reached and it’s different from the regular chart. That’s why the EA must really based on the closed candle not by TF.
My budget would not be over than $40, so please start making your bid.
Regards,
cheers09
Hi MQL Programmers,
I have an indicator that I am plan to make EA from. The signal produced from the indicator is only buy or sell. The EA would be expected to open new order when the new signal established on the closing of the current candle (sometimes the indicator repaint so when the new signal established, let’s say from buy to sell, the EA would have to wait until the candle closed and if the signal turns back into buy than the new order is canceled).
The expert advisor will also closed all open order (if equity is positive) when a new signal is produced on the candle close and then after it’s all closed, the new open order will be created.
Also I used fixed range bar chart where the candle would be closed (complete candle) if the range is reached and it’s different from the regular chart. That’s why the EA must really based on the closed candle not by TF.
My budget would not be over than $40, so please start making your bid.
Regards,
Leo